home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / PIIGSIncludes / Profile.p < prev    next >
Encoding:
Text File  |  1991-07-01  |  342 b   |  17 lines  |  [TEXT/MPS ]

  1. {********************************************
  2. ; File: Profile.p
  3. ;
  4. ;
  5. ; Copyright Apple Computer, Inc. 1986-90
  6. ; All Rights Reserved
  7. ;
  8. ********************************************}
  9.  
  10. UNIT PROFILE;
  11. INTERFACE
  12.  
  13. PROCEDURE DUMP_PROF ( outputFilename:string)  ;
  14. FUNCTION SET_PROFILING ( whetherTurnProfilingOn:Boolean) : Boolean ;
  15. IMPLEMENTATION
  16. END.
  17.